testing.M.exitCode (field)

10 uses

	testing (current package)
		testing.go#L2185: 	exitCode int
		testing.go#L2236: 		code = m.exitCode
		testing.go#L2291: 		m.exitCode = 2
		testing.go#L2297: 		m.exitCode = 2
		testing.go#L2303: 		m.exitCode = 0
		testing.go#L2316: 				m.exitCode = 2
		testing.go#L2360: 			m.exitCode = 1
		testing.go#L2369: 			m.exitCode = fuzzWorkerExitCode
		testing.go#L2371: 			m.exitCode = 1
		testing.go#L2376: 	m.exitCode = 0